ComponentOne ASP.NET MVC Controls
ChartType Property (ChartSeries<T>)

C1.Web.Mvc Namespace > ChartSeries<T> Class : ChartType Property
Gets or sets the chart type for a specific series, overriding the chart type set on the overall chart.
Syntax
'Declaration
 
Public Property ChartType As Nullable(Of ChartType)
public Nullable<ChartType> ChartType {get; set;}
See Also

Reference

ChartSeries<T> Class
ChartSeries<T> Members